home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / notify.dfm / notify.txt
Encoding:
Text File  |  1998-02-09  |  1.1 KB  |  55 lines

  1. object NotifyForm: TNotifyForm
  2.   Left = 15
  3.   Top = 8
  4.   Cursor = crHourGlass
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = []
  8.   BorderStyle = bsDialog
  9.   Caption = 'Talk to Word'
  10.   ClientHeight = 91
  11.   ClientWidth = 418
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'Default'
  15.   Font.Style = [fsBold]
  16.   FormStyle = fsStayOnTop
  17.   Position = poDefaultPosOnly
  18.   Visible = True
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 32
  23.     Top = 32
  24.     Width = 361
  25.     Height = 25
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Font.Color = clBlack
  29.     Font.Height = -16
  30.     Font.Name = 'MS Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 32
  36.     Top = 8
  37.     Width = 48
  38.     Height = 16
  39.     Caption = 'Status:'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 32
  43.     Top = 64
  44.     Width = 361
  45.     Height = 25
  46.     Alignment = taCenter
  47.     AutoSize = False
  48.     Font.Color = clBlack
  49.     Font.Height = -13
  50.     Font.Name = 'MS Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54. end
  55.